home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / Backup / resources / wsdl / wsprocess2.wsdl < prev    next >
Extensible Markup Language  |  2008-11-13  |  2KB  |  51 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3.   <wsdl:types>
  4.     <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5.       <s:element name="EncryptString">
  6.         <s:complexType>
  7.           <s:sequence>
  8.             <s:element minOccurs="0" maxOccurs="1" name="strString" type="s:string" />
  9.             <s:element minOccurs="0" maxOccurs="1" name="enckey" type="s:string" />
  10.           </s:sequence>
  11.         </s:complexType>
  12.       </s:element>
  13.       <s:element name="EncryptStringResponse">
  14.         <s:complexType>
  15.           <s:sequence>
  16.             <s:element minOccurs="0" maxOccurs="1" name="EncryptStringResult" type="s:string" />
  17.           </s:sequence>
  18.         </s:complexType>
  19.       </s:element>
  20.     </s:schema>
  21.   </wsdl:types>
  22.   <wsdl:message name="EncryptStringSoapIn">
  23.     <wsdl:part name="parameters" element="tns:EncryptString" />
  24.   </wsdl:message>
  25.   <wsdl:message name="EncryptStringSoapOut">
  26.     <wsdl:part name="parameters" element="tns:EncryptStringResponse" />
  27.   </wsdl:message>
  28.   <wsdl:portType name="wsprocess2Soap">
  29.     <wsdl:operation name="EncryptString">
  30.       <wsdl:input message="tns:EncryptStringSoapIn" />
  31.       <wsdl:output message="tns:EncryptStringSoapOut" />
  32.     </wsdl:operation>
  33.   </wsdl:portType>
  34.   <wsdl:binding name="wsprocess2Soap" type="tns:wsprocess2Soap">
  35.     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
  36.     <wsdl:operation name="EncryptString">
  37.       <soap:operation soapAction="http://tempuri.org/EncryptString" style="document" />
  38.       <wsdl:input>
  39.         <soap:body use="literal" />
  40.       </wsdl:input>
  41.       <wsdl:output>
  42.         <soap:body use="literal" />
  43.       </wsdl:output>
  44.     </wsdl:operation>
  45.   </wsdl:binding>
  46.   <wsdl:service name="wsprocess2">
  47.     <wsdl:port name="wsprocess2Soap" binding="tns:wsprocess2Soap">
  48.       <soap:address location="https://ev11.sosonlinebackup.com/rdss/protect/dataprocessing/wsprocess2.asmx" />
  49.     </wsdl:port>
  50.   </wsdl:service>
  51. </wsdl:definitions>